home *** CD-ROM | disk | FTP | other *** search
- global qt_position
-
- on mouseDown
- if the doubleClick then
- set qt_position to the movieTime of sprite 22
- set the visible of sprite 22 to 0
- updateStage()
- go(marker(-10))
- else
- go(the frame)
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-